type net/http.gzipReader
7 uses
net/http (current package)
transport.go#L2434: resp.Body = &gzipReader{body: body}
transport.go#L3115: type gzipReader struct {
transport.go#L3151: func (gz *gzipReader) acquire() (*gzip.Reader, error) {
transport.go#L3169: func (gz *gzipReader) release(zr *gzip.Reader) {
transport.go#L3181: func (gz *gzipReader) close() {
transport.go#L3191: func (gz *gzipReader) Read(p []byte) (n int, err error) {
transport.go#L3201: func (gz *gzipReader) Close() error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |